Release 10.1A: OpenEdge Development:
Programming Interfaces
Reading XML data into temp-tables
XML information read into a temp-table or temp-table buffer includes:
This code example takes a temp-table with field definitions from the
Customertable and reads an XML data file with threeCustomerrecords in it, The data file below shows the XML representation of the first record in the file:
An include file sets up the static temp-table definition:
Here is the code sample:
The code specifies the XML source file and displays a list of customer numbers and names after the read completes. Note the required
TEMP-TABLEkeyword in the method call.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |